home *** CD-ROM | disk | FTP | other *** search
/ Undertow Press Kit / Undertow Press Kit.iso / pc / DLWindow.dxr / 00015_button_saveToDesktop.ls < prev    next >
Encoding:
Text File  |  2004-04-29  |  126 b   |  10 lines

  1. global saveMode
  2.  
  3. on mouseUp me
  4.   tell the stage
  5.     saveMode = 1
  6.     doDownload()
  7.   end tell
  8.   window("DLWindow").close()
  9. end
  10.